home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cserial.zip / 8250DTR.H < prev    next >
C/C++ Source or Header  |  1990-04-04  |  958b  |  31 lines

  1. /*
  2.  *                              8250DTR.H
  3.  *
  4.  *      Include file for Function Prototyping of 8250DTR.C Module
  5.  *
  6.  *                           Written for the
  7.  *
  8.  *                              Datalight
  9.  *                           Microsoft V 5.x
  10.  *                                TurboC
  11.  *                                  &
  12.  *                               Zortech
  13.  *
  14.  *                             C Compilers
  15.  *
  16.  *            Copyright (c) John Birchfield 1987, 1988, 1989
  17.  */
  18.  
  19. extern int  dtr8250_get_status (void),
  20.             dtr8250_modem_status (void),
  21.             dtr8250_read (void),
  22.             dtr8250_timed_read (int),
  23.             dtr8250_write (char);
  24. extern void dtr8250_dtnr (void),
  25.             dtr8250_init (int, int),
  26.             dtr8250_lines (void),
  27.             dtr8250_port_enable (void),
  28.             dtr8250_port_init (char *),
  29.             dtr8250_term (int),
  30.             dtr8250_write_break (void);
  31.